-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cellpose fix - custom model and multiple samples #20
Conversation
Python linting (
|
|
All fixes we wanted to do to Cellpose are done in this PR so I will merge! |
Fixed Cellopose custom model usage when multiple samples are given in samplesheet.
Added clahe_skip_pyramid parameter so that small images can be a processed (necessary for testing).
PR checklist
nf-core lint
).nextflow run . -profile test,docker --outdir <OUTDIR>
).docs/usage.md
is updated.CHANGELOG.md
is updated.